ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
1

rqt_joint_trajectory_controller not found

asked 2022-08-08 10:10:16 -0500

TFZ gravatar image

Hello everyone,

When I tried to use the trajectory controller in rqt, the rqt_joint_trajectory_controller doesn't appear.

Any help !

edit retag flag offensive close merge delete

2 Answers

Sort by ยป oldest newest most voted
2

answered 2022-08-08 14:38:24 -0500

josue gravatar image

Hi, first check in "Software and Updates" in the "Other Software" and check if the follow is marked:

http://packages.ros.org/ros/ubuntu bionic main

If you don't have it add this and then in terminal:

sudo apt-get update

And then:

sudo apt-get install ros-melodic-rqt-joint-trajectory-controller

By the tags I assume that you have melodic distribution, but if you don't, just replace melodic with the name of your distribution

edit flag offensive delete link more

Comments

Hi, it's already added but the problem persists. :/

TFZ gravatar image TFZ  ( 2022-08-09 17:25:30 -0500 )edit
0

answered 2023-07-05 02:26:21 -0500

scottie gravatar image

updated 2023-07-05 02:32:53 -0500

Were you able to resolve this @TFZ? I too, have tried to install the package using apt (mine was noetic so I installed ros-noetic-rqt-joint-trajectory-controller). I am unable to find it too.

Edit: Even though autocompletion didn't find the aforementioned package, manually typing the full run command helped. rosrun rqt_joint_trajectory_controller rqt_joint_trajectory_controller

This probably has something to do with the newly installed package not getting recognized by ros bash completion. Maybe running rospack profile after apt install would help solve this "can't find" problem

edit flag offensive delete link more

Question Tools

3 followers

Stats

Asked: 2022-08-08 10:10:16 -0500

Seen: 906 times

Last updated: Jul 05 '23