Chefbot_ROS_pkg icon indicating copy to clipboard operation
Chefbot_ROS_pkg copied to clipboard

This is ROS package mentioned in the book "Learning Robotics using Python". This package contain drivers, Launch files for working with Chefbot, mentioned on this book|New version of code for ROS Kine...

Results 2 Chefbot_ROS_pkg issues
Sort by recently updated
recently updated
newest added

thanks for your excellent book. in chefbot_bringup/scripts/pid_velocity.py ``` self.Kp = rospy.get_param('~Kp',10) self.Ki = rospy.get_param('~Ki',10) self.Kd = rospy.get_param('~Kd',0.001) ``` however, in the book and the launch file chefbot_bringup/launch/robot_standalone.launch ``` 400 100...

subscribing to 'cmd_vel' did not work for us. In our case, your previous commit 'cmd_vel_mux/input/teleop' worked fine.