Skip to content

Commit

Permalink
remove HSR names from cloud message
Browse files Browse the repository at this point in the history
  • Loading branch information
minhnh committed Mar 13, 2019
1 parent e778e8c commit 290d9f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified domestic_robotics/data/sample_cloud.bag
Binary file not shown.
4 changes: 2 additions & 2 deletions domestic_robotics/perception.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@
"output_type": "stream",
"text": [
"Oh no type doesn't match:\t type(cloud_msg) == PointCloud2 ? False\n",
"Actual type:\t\t\t type(cloud_msg) = <class 'tmp66L2o8._sensor_msgs__PointCloud2'>\n",
"Actual type:\t\t\t type(cloud_msg) = <class 'tmpTV2Olt._sensor_msgs__PointCloud2'>\n",
"All is good now:\t\t type(cloud_msg) == PointCloud2 ? True\n"
]
}
Expand Down Expand Up @@ -367,7 +367,7 @@
"name": "stdout",
"output_type": "stream",
"text": [
"estimated noodle box pose (frame head_rgbd_sensor_rgb_frame): x=0.029, y=-0.179, z=0.796\n"
"estimated noodle box pose (frame camera_link): x=0.029, y=-0.179, z=0.796\n"
]
}
],
Expand Down

0 comments on commit 290d9f5

Please sign in to comment.