-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pre-installed ROS2 version #19
Comments
Hi! The README is designed to run everything on your computer, so I assume you are using ros 2 humble. Soon it will also be available for the jazzy and possibly rolling version. Regarding the robot, everything is by default, so it is using ros 2 foxy. You can run the code you find here inside your robot using foxy and it would work, but this package is not intended to be used inside, especially on higher versions. Regards. |
Thank you for your reply. I also proceeded under the assumption of installing ROS Humble on a separate computer (host). After completing the installation and running In the README, there’s a section that says, “If you have purchased a Hesai Lidar 3D or a Realsense D435i, follow the following steps inside the robot.” Thank you |
Yes, this is a bit confusing, to be honest, since we have also adapted the launcher so that it can be launched inside the robot and you can launch the extra sensors that you equip, although as I mentioned it is mainly prepared so that you can launch it from the host. I have to review and accept #8 to make it so that it does not ask you to have hesai or realsense installed. |
Hello. I finally succeeded in setting it up. The environment is an Ubuntu 20.04 host running an osrf:humble container, and there’s no separate ROS installation on the host. The host is connected via LAN cable to the Go2 Edu’s Orin NX, and I successfully performed the bringup. I confirmed that the basic LiDAR data is being received properly, and when I move the robot with a joystick, I can see the changes in tf (transform frames) in RViz. However, while the data sent from the Go2 to the host is confirmed and working well, it seems that messages sent from the host to the Go2 are not functioning properly. For example, I tried the |
Hello! What you are telling me is a bit strange. I cannot confirm where I have come from to test the Are you launching the robot bringup inside or outside the robot? |
Hello. As described above, I performed the bringup from outside the robot (within the
Regarding the service, I tried executing the following command after the bringup, as guided in the README, but there was no response from the robot. (I expected it to greet as shown on the main page of this repo, but there was no action.)
Also, after the bringup and once the /cmd_vel topic was created, I performed the following topic publish via CLI. I expected the robot to move forward, but again, there was no noticeable action.
|
Hello,
Thank you for sharing such useful code. I am currently operating a Go2 EDU system, and the Jetson NX in the expansion dock is set up with Foxy and Noetic. The README assumes Humble is being used. Did you write the README assuming that Jetson NX is being used as well, or was it written with a different device in mind?
If it’s the former, did you install Humble on the Jetson NX in addition?
Thank you for your clarification.
The text was updated successfully, but these errors were encountered: