Skip to content
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

Fixes #141

Merged
merged 6 commits into from
Mar 15, 2016
Merged

Fixes #141

merged 6 commits into from
Mar 15, 2016

Conversation

guilhermelawless
Copy link
Contributor

No description provided.

Guilherme Lawless added 3 commits March 14, 2016 10:01
…ribe from tf

-Added example for a continuous map
-Fixed OccupancyGridClient without a tfClient crashing when unsubscribeTf() is called
@guilhermelawless guilhermelawless changed the title Fix continuous grid updates Fixes Mar 14, 2016
Guilherme Lawless added 2 commits March 14, 2016 19:22
-Fixed crashing when updating markers because handle did not have events
@@ -29,7 +29,7 @@ ROS3D.Viewer = function(options) {
var intensity = options.intensity || 0.66;
var near = options.near || 0.01;
var far = options.far || 1000;
var cameraPosition = options.cameraPose || {
var cameraPosition = options.cameraPosition || {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is more likely an error in the docs above as this can break API for many people

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That makes much more sense, sorry I am still new to collaborating in projects, but I am trying :)
Reverted in b6bbf7d

rctoris added a commit that referenced this pull request Mar 15, 2016
@rctoris rctoris merged commit e4ca47a into RobotWebTools:develop Mar 15, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants