-
Notifications
You must be signed in to change notification settings - Fork 94
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
Odometry data not published #67
Comments
I have a lidar attached to my Go1 and the lidar has odom topic being published. But i am unable to publish /cmd_vel. can you suggest me a way to access /cmd_vel? |
You can access the /cmd_vel by launching the roslaunch unitree_legged_real keyboard_control.launch node, found at https://github.com/unitreerobotics/unitree_ros_to_real. What kind of lidar did you use to provide the /odom data to the ROS navigation stack? |
I am using RPLidar Mapper https://www.slamtec.ai/home/mapper/ for navigation. |
Hello, regarding this problem, it is because we do not publish the ros standard odometer topic by default. Users need to subscribe to the HighState message themselves and then forward the standard ros odometer message. |
@xyq1223 can you elaborate? Can you share some tutorial? Also can you share details on some TF tree? |
@manik9000 @LinusNEP @xyq1223 @vchint6 Question 1: all the topics that are shown here are correct? Nothing is missing, right? Because I need to make sure that if any topics are missing, I should install the related packages (How can I do that?)Question 2: When I run
|
Has anyone successfully implemented autonomous navigation for the Go1 robot using the ROS navigation stack? I am trying to implement such, and I've encountered an issue: there's no odometry data (/odom) being published. My AMCL node requires the /odom data to accurately estimate the robot pose. Currently, I can only access the /cmd_vel and /high_state topics. Any suggestions or advice would be greatly appreciated.
The text was updated successfully, but these errors were encountered: