* Merging dev branch into main (#78)
* Reverting params.yaml and updating code in server_endpoint.md
* TcpServer class was renamed
* convert all files with dos2unix (#76)
* Minor tutorial tweaks, update version numbers
Co-authored-by: Devin Miller <devin.miller@unity3d.com>
Co-authored-by: Peifeng Jing <peifeng.jing@unity3d.com>
* Updating instructions for URDF repository (#71)
* 1. Adding images for URDF tutorial 2. Adding instructions highlighting Disable Collison tag
* Adding link to example of disable collision tag in the niryo_one URDF file
* Sarah/readme update (#112)
* Adding physics roadmap and minor formatting changes
* formatting nits
* Calling out feature requests
* Update for ROS-TCP-Connector namespace changes
* Mpinol/simrealrebased (#107)
* Adding sim and real pnp files.
* Update with new instructions (#147)
* Update tutorial text (#148)
* AIRO-405 Adding Yamato boilerplate to Robotics Hub (...
Addressing user issue #209. Our quick_setup guide was still recommending users check out v.0.2.0 of our packages. Removed the reference to a specific package version and instead included a note that users can explicitly declare a package version if desired.
Tested by making the change locally in the package manifest.
* added example of implementing a UnityService
* adding tutorial for unity service
* added a couple comments to the example code
* typos and code standard fixes
* consistency: changing the service name for position_service to pos_srv
* updating the tutorial to match the corresponding script
Pick and place tutorial was failing to compile its scripts because
the package manifest was pointing to an older version of
ROS-TCP-Connector. Updated the manifest and also pulled latest changes
for ros_tcp_endpoint.
Tested by running DemoScene