artemiialessandrini

Results 7 issues of artemiialessandrini

I'm actually using ROS matcher_service from [ethzasl_icp_mapper](http://wiki.ros.org/ethzasl_icp_mapper) package, get PointClouds matched and receive a transformation. Here's my client code: https://gist.github.com/artemiialessandrini/e06a6c0d7f7d0bea93169f3a9fe197de My icp.yaml looks like this: ``` referenceDataPointsFilters: - MaxDistDataPointsFilter: maxDist:...

While trying to run urg_node with Hokuyo UST-05LA (May, 2016), recieving the following error: ```[ INFO] [1587784386.058968683]: Connected to serial device with intensity and ID: H1530860 [ INFO] [1587784386.134593468]: Starting...

I'm connecting real Robotiq85 with a Moveit!, gripper works well, thanks to your package, but Moveit! one looks like this: ![ezgif-1-6d472dc05d2c](https://user-images.githubusercontent.com/33409934/58008961-6e544400-7abb-11e9-8b43-0941a5db5658.gif) Is there any mistakes or that's how it is...

bug

A common issue hasn't been solved in a while, [inconsistent Strikethrough usage ](https://defkey.com/search?irq=strikethrough)

### Steps to reproduce 1. Run `./Telegram -platform xcb` 2. Open official [DurgerKing](https://t.me/DurgerKingBot) bots WebApp by `MENU` Button 3. Click randomly, opening and closing the WebApp 2-3 times ### Expected...

bug
waiting for answer

I'm not clear what this service could be used for, but based on wiki description: > This service takes two sensor_msgs/PointCloud2 messages as inputs (the first is the reference and...

I'd like my C++ client subscriber `wait for topic` just like in ROS: ``` rospy.wait_for_message('/topic', String) ``` Any ideas how to make a thread with a goal? Checking for [wss_examples.cpp](https://gitlab.com/eidheim/Simple-WebSocket-Server/-/blob/master/wss_examples.cpp)...