-
Notifications
You must be signed in to change notification settings - Fork 70
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
rostopic echo /ground_plane returning [nan, nan, nan] for ground plane estimation launch file #229
Comments
hey, im also using gazebo. By running |
hi thanks for the reply, i couldn't solve this issue so I changed to the darket_yolo package for human detection instead and its working great for me |
hi, it's me again cause i ran into the same problem. I fixed by modifying fixed_gp.cpp (modified ugly but it works). If you still need this, let me know, i try to make a pull request. OR: if your robot is static or u just want it to work, a quick fix will be set /ptu_state to /joint_states in ground_plane_fixed.launch |
Hi there! |
Hi all, I am running the upper_body_detector and ground_plane_estimated in simulation only (gazebo/rviz) and have installed the real_sense_gazebo_plugin (r200 camera).
I remapped the topics of ground_plane_estimation.launch to subscribe the the r200 camera as follow:
<arg name="camera_namespace" default="/r200/camera" /> <arg name="depth_image" default="/depth/image_raw" /> <arg name="camera_info_rgb" default="/color/camera_info" /> <arg name="ground_plane" default="/ground_plane" />
However when i run the ground_plane_estimated.launch and i rostopic echo /ground_plane I get the following msgs
header:
seq: 180
stamp:
secs: 4107
nsecs: 219000000
frame_id: "color"
n: [nan, nan, nan]
d: inf
header:
seq: 181
stamp:
secs: 4107
nsecs: 888000000
frame_id: "color"
n: [nan, nan, nan]
d: nan
Running the upper_body_detector image works fine, meaning that i am able to visualise the topic /upper_body_detector/image but however i am unable to get a detection (either by the bounding box in rqt_image or marker array in rviz), thus i think that the lack of detection is due to the /ground_plane topic not publishing correctly.
I initially thought the problem was because in gazebo, the depth camera is unable to capture the invisible(?) ground plane so i placed a flooring (actually a piece of wall laid flat on the floor) below the robot but that doesnt seem to solve the issue.
Can anyone help me out with this i would be very grateful thanks!
The text was updated successfully, but these errors were encountered: