Maxwell.L
Maxwell.L
## In which technical context are you using it Robotics ## What is your use case Robot arm joint remote motion control, 500Hz highly real-time. ## In which professional context...
I have forked the repository and submitted a commit that adds initial support for real-time performance tuning. The changes introduce two new command-line options: ✅ New Features: -a : Set...
I tried adding a 1Hz forced update to the `current_state_monitor`, but updating the robot_state simultaneously triggers the update of `/monitored_planning_scene`. This causes the clock type of `planning_scene_monitor_ `to be overwritten...
I am testing the upper-level software developed for my robot, using a **mock** component for `ros2_control` hardware. This mock component returns a state value that always equals the command value,...
> Encountered the same issue. Can one of the maintainers complete the PR if it fixes the issue? After starting all the programs, a trajectory topic that makes movegroup move...