Skip to content

ZhuChaozheng/global_vision_position_ros

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

global_vision_position_ros

Now,we are pursuing 2.0, which uses novel architecture and distinguishes it from the first version. In the first version, we design all the control commands in the computer, especially the PID control of each car. As for the second, we fuse the localization with upload data from each car and then publish the topic "/odom_".

Each car only has a stm32 chip and not any powerful ship. It uploads the status to the core computer and owns an independent PID control system. We also update the localization data combined with the global camera and upload status.

protocol coming...

Publisher:

planning.cc /marker_0/cmd_vel|/marker_1/cmd_vel...|/marker_9/cmd_vel

odometry_pub.c /odom_0|/odom_1|/odom_2...|/odom_9

tcp_driver_node.cc /comm

Receiver:

tcp_driver_node.cc /marker_0/cmd_vel|/marker_1/cmd_vel...|/marker_9/cmd_vel

######Attention: in the topic of /marker_0/cmd_vel, linear.x is equal to the velocity, angular.z is equal to the angluar velocity.

planning.cc /odom_0|/odom_1|/odom_2...|/odom_9

odometry_pub.cc /comm

car layer:

upload

Frame Head id length status linear velocity speed'y angluar velocity

----------- -- ------ ------ --------------- ------- ----------------- -- --

7B 7B ID 1B status H L H L H L

command

Frame Head

-------------

7D 7A

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published