Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Question]: How to run the contoller on the remote computer? #75

Open
mhsnar opened this issue Sep 10, 2024 · 0 comments
Open

[Question]: How to run the contoller on the remote computer? #75

mhsnar opened this issue Sep 10, 2024 · 0 comments
Labels
question Further information is requested rovers Issues related to rovers

Comments

@mhsnar
Copy link

mhsnar commented Sep 10, 2024

Question

I am using Locobot wx250s with ROS1 noetic and I am writing my own node to control it. I have a time consuming controller that can not be implemented on the Locobot's computer. But I can not run my node on the remote controller.

To check that, I am running the same message in the locobt's computer and remote computer with different results! why?
Locobot's computer:
locobot@locobot1:~$ rosmsg show irobot_create_msgs/WheelVels
std_msgs/Header header
uint32 seq
time stamp
string frame_id
float32 velocity_left
float32 velocity_right

remote computer:
mhsnar@MME-EME203-L01:~/HRI$ rosmsg show irobot_create_msgs/WheelVels
Unable to load msg [irobot_create_msgs/WheelVels]: Cannot locate message [WheelVels]: unknown package [irobot_create_msgs] on search path [{'ros_environment': ['/opt/ros/noetic/share/ros_environment/msg'], 'rqt_rviz': ['/opt/ros/noetic/share/rqt_rviz/msg'], 'husky_navigation': ['/opt/ros/noetic/share/husky_navigation/msg'], 'diagnostic_aggregator': ['/opt/ros/noetic/share/diagnostic_aggregator/msg'], 'catkin': ['/opt/ros/noetic/share/catkin/msg'], 'amcl': ['/opt/ros/noetic/share/amcl/msg'], 'tf2_geometry_msgs': ['/opt/ros/noetic/share/tf2_geometry_msgs/msg'],

Robot Model

locobot wx250s

Operating System

Ubuntu 20.04

ROS Version

ROS 1 Noetic

Additional Info

No response

@mhsnar mhsnar added question Further information is requested rovers Issues related to rovers labels Sep 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested rovers Issues related to rovers
Projects
None yet
Development

No branches or pull requests

1 participant