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

MiR100 sensors in Gazebo #63

Open
DanWang1230 opened this issue Aug 4, 2020 · 2 comments
Open

MiR100 sensors in Gazebo #63

DanWang1230 opened this issue Aug 4, 2020 · 2 comments
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@DanWang1230
Copy link

Hi there, thank you so much for developing and sharing this ROS driver! It helps a lot.

We have bought a new mir100 recently. From the user manual, we see that the robot has multiple sensors: two laser scanners, two 3D cameras, four ultrasound sensors, and internal sensors (e.g., IMU, motor encoder, accelerometer, wheel encoders). Are all of them integrated into the mir gazebo? From the urdf file, we noticed some may be missing?

We are also trying to pair the sensors with the ros topics. For example, laser scanners --> /f_scan and /b_scan and IMU --> /imu_data. How about the other sensors, especially the 3D camera?

@xCzsr
Copy link

xCzsr commented Aug 8, 2020

I have access to a MiR100. I too was having the same issue with accessing the Intel RealSense camera data.
Like @DanWang1230 I noticed that you didn't have a Intel RealSense sensor plugins for the MiR100 urdf file.

One thing that I have done is, on my local computer I do:
$ export ROS_MASTER_URI=http://MIR_IP:11311
$ rostopic list

rostopic list gives me all of the current topics that are on the MiR100.
I then find the message type of the topic and I then add the topics onto mir_bridge.py.
No luck with this method.

Awesome work by the way! This repo is great, keep up the great work!

@mintar
Copy link
Member

mintar commented Jun 11, 2021

If somebody wants to add more sensors to the Gazebo simulation, pull requests are welcome!

@mintar mintar added enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed labels Jun 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants