Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/npm_and_yarn/shell-quote-1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ooeygui authored Aug 31, 2023
2 parents 947cd3a + dbbb607 commit b42f506
Show file tree
Hide file tree
Showing 5 changed files with 299 additions and 70 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,9 +170,9 @@ A big ***Thank you!*** to everyone that have helped make this extension better!
* PickNikRobotics ([@PickNikRobotics](https://github.com/PickNikRobotics)) for code formatting

### ROS Web Tools
This extension leverages [ROS Web Tools](http://robotwebtools.org/) for URDF Previewing.
This extension leverages [ROS Web Tools](http://robotwebtools.github.io/) for URDF Previewing.

*Russell Toris, Julius Kammerl, David Lu, Jihoon Lee, Odest Chadwicke Jenkins, Sarah Osentoski, Mitchell Wills, and Sonia Chernova. [Robot Web Tools: Efficient Messaging for Cloud Robotics](http://robotwebtools.org/pdf/paper.pdf). In Proceedings of the IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS), 2015*
*Russell Toris, Julius Kammerl, David Lu, Jihoon Lee, Odest Chadwicke Jenkins, Sarah Osentoski, Mitchell Wills, and Sonia Chernova. [Robot Web Tools: Efficient Messaging for Cloud Robotics](http://robotwebtools.github.io/pdf/paper.pdf). In Proceedings of the IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS), 2015*


<!-- link to files -->
Expand Down
46 changes: 23 additions & 23 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

34 changes: 32 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vscode-ros",
"version": "0.9.4",
"version": "0.9.5",
"publisher": "ms-iot",
"engines": {
"vscode": "^1.69.0"
Expand Down Expand Up @@ -129,6 +129,36 @@
"type": "bool",
"default": false,
"description": "Specify if the extension should not capture the environment VSCode is running in to pass to child processes."
},
"ros.BackgroundColor": {
"type": "string",
"title": "Background Color",
"default": "#000000",
"description": "Background color of the URDF preview panel."
},
"ros.GridMainColor": {
"type": "string",
"title": "Grid Main Color",
"default": "#00FF00",
"description": "Color of the main grid in the URDF preview panel."
},
"ros.GridMinorColor": {
"type": "string",
"title": "Grid Minor Line Color",
"default": "#001100",
"description": "Color of the line grid in the URDF preview panel."
},
"ros.GridMinorOpacity": {
"type": "number",
"default": 0.5,
"title": "Minor Grid Line Opacity",
"description": "Minor grid line opacity between 0 and 1 in the URDF preview panel."
},
"ros.CameraDistanceToRobot": {
"type": "number",
"title": "Camera Distance to Robot",
"default": 1,
"description": "Distance in meters from the camera to the robot in the URDF preview panel."
}
}
},
Expand Down Expand Up @@ -426,7 +456,7 @@
"test-compile": "npm run webpack"
},
"dependencies": {
"@polyhobbyist/babylon_ros": "^0.0.3",
"@polyhobbyist/babylon_ros": "^0.0.5",
"@polyhobbyist/babylon-collada-loader": "^0.0.3",
"@vscode/debugadapter": "^1.59.0",
"@vscode/extension-telemetry": "^0.6.2",
Expand Down
Loading

0 comments on commit b42f506

Please sign in to comment.