robot_controllers icon indicating copy to clipboard operation
robot_controllers copied to clipboard

Robot control infrastructure

Results 9 robot_controllers issues
Sort by recently updated
recently updated
newest added

Hello, I am trying to execute trajectories on both the arm and arm_torso group. I noticed something weird. When I am planning with arm_torso or arm individually, the robot is...

In ROS2, parameters are naturally dynamic. We should use that to add the ability to reconfigure the PID class.

enhancement
ros2

Hi there, in robot_controllers pkg, there is a class called CartesianPoseController. It seems that this function has not been activated in fetch_drivers or fetch_bringup, may I know how I can...

Hi I was wondering what the reason was to have the ControllerList private in the ControllerManager class. I'm trying to work with this class, but keep wanting more info about...

This is the code without the testing enhancements

when we send TrajectoryGoal with 1 positions, send cancel during execution, wait few more seconds, and then send the Trajectory again, the robot moves very quickly. ``` point2 = JointTrajectoryPoint()...

Fixes the following warning: ``` In file included from /home/bitbots/colcon_ws/src/lib/robot_controllers/robot_controllers/src/cartesian_pose.cpp:48: /opt/ros/rolling/include/tf2_geometry_msgs/tf2_geometry_msgs/tf2_geometry_msgs.h:35:2: warning: #warning This header is obsolete, please include tf2_geometry_msgs/tf2_geometry_msgs.hpp instead [-Wcpp] 35 | #warning This header is obsolete, please...

Same as https://github.com/yujinrobot/kobuki_desktop/pull/69 cc @pazeshun

Forward port of @JeffWilson7 's fix to the ros1 branch in #82 Not tested, but pretty sure the WARN function I'm using is right.