Skip to content

Commit

Permalink
changelog and build updated
Browse files Browse the repository at this point in the history
  • Loading branch information
rctoris committed Apr 26, 2013
1 parent 208f4ea commit c685965
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
DEVEL - **r2**
* Shift added to grid client to center on map [(rctoris)](https://github.com/rctoris/)
* OccupancyGridClientNav now correctly uses the topic parameter [(rctoris)](https://github.com/rctoris/)

2013-04-15 - **r1**
* Initial development of NAV2D [(rctoris)](https://github.com/rctoris/)
Expand Down
3 changes: 2 additions & 1 deletion build/nav2d.js
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,8 @@ NAV2D.OccupancyGridClientNav = function(options) {
var client = new ROS2D.OccupancyGridClient({
ros : this.ros,
rootObject : this.rootObject,
continuous : continuous
continuous : continuous,
topic : topic
});
client.on('change', function() {
that.navigator = new NAV2D.Navigator({
Expand Down
2 changes: 1 addition & 1 deletion build/nav2d.min.js

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

0 comments on commit c685965

Please sign in to comment.