Rqt robot steering receive messages

First time here? Check out the FAQ!

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

Attention: Answers.ros.org is deprecated as of August the 11th, 2023. Please visit robotics.stackexchange.com to ask a new question. This site will remain online in read-only mode during the transition and into the foreseeable future. Selected questions and answers have been migrated, and redirects have been put in place to direct users to the corresponding questions on Robotics Stack Exchange. Additional details are available here.

ROS Answers logo

The site is read-only. Please transition to use Robotics Stack Exchange Can't launch rqt_robot_steering Joni_07
11 ● 3 ● 4 ● 7

I want to controll my Robot in Gazebo and launched Gazebo with the command

gazebo 

Everything launched fine and I can place my robot in the world at the panel Insert with the command in the .bashrc file:

export GAZEBO_MODEL_PATH=$GAZEBO_MODEL_PATH:/home/joni/dev_ws/src/basic_mobile_robot/models/ 

image description

So everything went fine and I can set my robot into the enviroment with Insert . See here:

I opend a new Terminal and wanted to launch rqt_robot_steering and tipped in:

rqt_robot_steering 

and the Error output was :

rqt_robot_steering: command not found 

The rqt pkg is installed with the command:

 sudo apt-get install ros-humble-rqt 
Reading package lists. Done Building dependency tree. Done Reading state information. Done ros-humble-rqt is already the newest version (1.1.4-1jammy.20220909.020555). 0 upgraded, 0 newly installed, 0 to remove and 27 not upgraded. 

So i gues the pkg is installed? My enviroment is sourced with the .bashrc file lines:

source /opt/ros/humble/setup.bash export ROS_DOMAIN_ID=1 source /usr/share/colcon_cd/function/colcon_cd.sh export _colcon_cd_root=/opt/ros/humble/ 

So what´s wrong? If you want to test or see smth in my enviroment please ask.