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

frame_id sensor_base does not exist. #48

Open
piyushk opened this issue Jun 30, 2015 · 1 comment
Open

frame_id sensor_base does not exist. #48

piyushk opened this issue Jun 30, 2015 · 1 comment

Comments

@piyushk
Copy link
Member

piyushk commented Jun 30, 2015

@shiqizhang6 found this error today. We can take a look at it tomorrow.

piyushk@robot-devil:~/newrobot/src$ grep -r "sensor_base" *
segbot/segbot_sensors/launch/arduino/arduino.launch:  <arg name="frame_id" default="sensor_base" />
segbot/segbot_sensors/src/sonar/range_to_cloud.cpp:    cloud->header.frame_id = "sensor_base"; // TODO: make this a parameter
segbot/segbot_sensors/src/sonar/range_to_cloud.cpp:        // Transform this range point into the "sensor_base" frame.
segbot/segbot_sensors/test/test_arduino.launch:  <arg name="frame_id" default="sensor_base" />

Looking at the tf tree, sensor_base is not a frame_id on the tree. What was this supposed to be?

@jack-oquin
Copy link
Member

That was supposed to be the frame of the base plate on which the arduino, sonars and other sensors are mounted. It may not be necessary, as long as all the sonar and other sensor frames are suitably defined.

piyushk added a commit that referenced this issue Jul 18, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants