Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/RoboStack/jupyter-ros

Jupyter widget helpers for ROS, the Robot Operating System
https://github.com/RoboStack/jupyter-ros

Optimize speed of turtlesim animation

With ipycanvas release 0.12.0, the draw_image function can draw
the turtles faster. This allows ...

256b1d2d58594e882a73ea5308f7aefd7e3af735 authored over 2 years ago by Isabel Paredes <[email protected]>
Remove unused library and fix spacing

8bbc7583a54c8ce6e6cd3fa9f3991d0de0f86a06 authored over 2 years ago by Isabel Paredes <[email protected]>
Add widget and example for ROS actions

e02f7b1380e9d3908f7507c74ffc4c23a9a47e02 authored over 2 years ago by Isabel Paredes <[email protected]>
Optimize speed of turtlesim animation (#97)

With ipycanvas release 0.12.0, the draw_image function can draw
the turtles faster. This allows...

93353321b1ca49c65596ff5a46287c5380660217 authored over 2 years ago by Isabel <[email protected]>
Merge pull request #95 from RoboStack/dependabot/npm_and_yarn/js/ansi-regex-5.0.1

Bump ansi-regex from 5.0.0 to 5.0.1 in /js

c209edb01f940c5dd9126a9e2ade6634afd643db authored over 2 years ago by Wolf Vollprecht <[email protected]>
Merge pull request #96 from RoboStack/dependabot/npm_and_yarn/js/node-fetch-2.6.7

Bump node-fetch from 2.6.1 to 2.6.7 in /js

ab5a6277824ce8799f8e786e5e38c7ba18da3beb authored over 2 years ago by Wolf Vollprecht <[email protected]>
Bump node-fetch from 2.6.1 to 2.6.7 in /js

Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.1 to 2.6.7.
- [Release not...

2b87c31e8c4a8624a280ba1946fd01dc720ef336 authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump ansi-regex from 5.0.0 to 5.0.1 in /js

Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 5.0.0 to 5.0.1.
- [Release notes](h...

79ccf14f947f1b05f0ac1a19f73272d6c5430739 authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #86 from RoboStack/dependabot/npm_and_yarn/js/path-parse-1.0.7

Bump path-parse from 1.0.6 to 1.0.7 in /js

f4bc248f85785e19a5711c382c84f3efab492c53 authored over 2 years ago by Wolf Vollprecht <[email protected]>
Merge pull request #87 from RoboStack/dependabot/npm_and_yarn/js/tar-6.1.11

Bump tar from 6.1.0 to 6.1.11 in /js

b5d4d58bce6b6af29d78ff502e8257fa5c8f0aec authored over 2 years ago by Wolf Vollprecht <[email protected]>
Merge pull request #90 from RoboStack/dependabot/npm_and_yarn/js/nanoid-3.2.0

Bump nanoid from 3.1.23 to 3.2.0 in /js

739e7cab66491f958cd822c694863b4baab13f23 authored over 2 years ago by Wolf Vollprecht <[email protected]>
Merge pull request #91 from RoboStack/dependabot/npm_and_yarn/js/minimist-1.2.6

Bump minimist from 1.2.5 to 1.2.6 in /js

fb2323d94cf81dbb3f6da4821fc30e2673c12963 authored over 2 years ago by Wolf Vollprecht <[email protected]>
Merge pull request #93 from RoboStack/dependabot/npm_and_yarn/js/moment-2.29.2

Bump moment from 2.24.0 to 2.29.2 in /js

3279587c85e04b1871ba7f9758ee6bd8612cbdd8 authored over 2 years ago by Wolf Vollprecht <[email protected]>
Merge pull request #94 from ihuicatl/main

Add Turtlesim Widget

a0a3e79da9322261b8a77e142c00c4b84223e787 authored over 2 years ago by Wolf Vollprecht <[email protected]>
Create separate file for TurtleSim widget

7322c39f1387df63ae35d58f3f15bb8ada8eecc6 authored over 2 years ago by Isabel Paredes <[email protected]>
Include configurable Turtlesim background color

7171ee12bb5be5a59f7a9ff51f40427950767c7f authored over 2 years ago by Isabel Paredes <[email protected]>
Merge branch 'dev'

38ae3203b03132f219e7eac10cdd855f4369b012 authored over 2 years ago by Isabel Paredes <[email protected]>
Revert notebook changes

88ed5eaa0e883f8a81b0f67312e623d6a1620cb5 authored over 2 years ago by Isabel Paredes <[email protected]>
Remove duplicate notebook

f3b392ee9b50b0342a6c5a2e84bd3d2787aec82f authored over 2 years ago by Isabel Paredes <[email protected]>
Merge branch 'RoboStack:master' into main

5025b3442ebb1bb06a7939b4f5b19c7c2a5c86ad authored over 2 years ago by Isabel <[email protected]>
Optimize turtlesim animation and add tf2 demo

84d3435d02a94108e1e438b19836bb713f41411d authored over 2 years ago by Isabel Paredes <[email protected]>
Add Turtle class to turtlesim widget

a75b1e839e410176abaf46b3245c983130710508 authored over 2 years ago by Isabel Paredes <[email protected]>
Add turtlesim spawn service and tf2 Demo

Draws multiple turtles on a single canvas layer and makes it
possible to move individual turtles...

069ac0c117fffa0b81de9803f33187e0a83613cb authored over 2 years ago by Isabel Paredes <[email protected]>
Clear notebook outputs

0e9f9a673111e23953c75331bd125a8f8ed2e3a1 authored over 2 years ago by Isabel Paredes <[email protected]>
Add spiral publisher to Turtlesim

090b7e87d86520525b7d05e194f7be1beb1787a4 authored over 2 years ago by Isabel Paredes <[email protected]>
Addapt Turtlesim notebook to use TurtleWidget objects

bec8d4ec18f655513d8f0a28e4565d8258dc3bcb authored over 2 years ago by Isabel Paredes <[email protected]>
Clean and optimize TurtleWidget class

Merge redundant variables such as pose_old and pose_new.
Remove 4th layer of canvas since flicke...

4020836ddca251fba5386b4114c807bf0c61670c authored over 2 years ago by Isabel Paredes <[email protected]>
Add TurtleWidget class

70226eacd010893049eb165d0a5684029d0e5c76 authored over 2 years ago by Isabel Paredes <[email protected]>
Add path markers for turtlesim

8fb6cf568145c8e5e1e8db4bdb8e0f73db4d26e1 authored over 2 years ago by Isabel Paredes <[email protected]>
Bump moment from 2.24.0 to 2.29.2 in /js

Bumps [moment](https://github.com/moment/moment) from 2.24.0 to 2.29.2.
- [Release notes](https:...

a79fc09acc46da36d01dbd68fe628c0bdb167838 authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Separate turtlesim from services notebook

7e4306a7fd16026c82c8dfeeb49749f90800dd17 authored over 2 years ago by Isabel Paredes <[email protected]>
Add unit conversion and check for elapsed time

2243c70a82662dc315d6935dad036b12080b4f13 authored over 2 years ago by Isabel Paredes <[email protected]>
Add subscriber to move turtle

050c31fdccddc1b9536cc6b2f0c4350c3a32d3f2 authored over 2 years ago by Isabel Paredes <[email protected]>
Add function to move/rotate turtle on canvas

7903e128573392b6060ec214565c217b6c87aa53 authored over 2 years ago by Isabel Paredes <[email protected]>
Add functions for spawning random turtle

4d219e6ef02dca033000b6c13461942e55e9bc93 authored over 2 years ago by Isabel Paredes <[email protected]>
Merge pull request #92 from ihuicatl/main

Add ROS service/client widget

3cffe938897a5a3261354c7edd37dabfbfab3ab8 authored over 2 years ago by Wolf Vollprecht <[email protected]>
Make suggested changes in pull request

Clean up ROS Service notebook and move wait_for_service function
outside the callback.

[Ticket:...

be16294e2501570b365f9a1117bdc53feb1404e1 authored over 2 years ago by Isabel Paredes <[email protected]>
Modify service/client widget example

Add example of widget working with turtlesim Spawn
service definition.

[Ticket: X]

03ba80aecb2b3c6e73bf8e0a397ffd8baa7b888d authored over 2 years ago by Isabel Paredes <[email protected]>
Add client widget function for ROS services

03ebac973d35b0006d184da5b5749663ea5ffcaa authored over 2 years ago by Isabel Paredes <[email protected]>
Bump minimist from 1.2.5 to 1.2.6 in /js

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
- [Release notes](ht...

0caf69f8929326d4edef5beacc1a88db2558afea authored almost 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump nanoid from 3.1.23 to 3.2.0 in /js

Bumps [nanoid](https://github.com/ai/nanoid) from 3.1.23 to 3.2.0.
- [Release notes](https://git...

9cc85020d25bdccbe4e05bbfee4c95061ea9c5c0 authored almost 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump tar from 6.1.0 to 6.1.11 in /js

Bumps [tar](https://github.com/npm/node-tar) from 6.1.0 to 6.1.11.
- [Release notes](https://git...

acc0c2a096dee7c584beb85115d73aa6a746da10 authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump path-parse from 1.0.6 to 1.0.7 in /js

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7.
- [Release no...

897538e6ef5e9a61720a79a6f080c16551d9298b authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Add channel for installation

3946832e2a7758d67ed4cb493d02fd29c4d491bd authored over 3 years ago by Tobias Fischer <[email protected]>
Bump browserslist from 4.16.1 to 4.16.6 in /js (#79)

Bumps [browserslist](https://github.com/browserslist/browserslist) from 4.16.1 to 4.16.6.
- [Re...

65d468d2f77e0949766c4464c947adb1a62e80df authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump underscore from 1.9.1 to 1.13.1 in /js (#75)

Bumps [underscore](https://github.com/jashkenas/underscore) from 1.9.1 to 1.13.1.
- [Release no...

9860dc46eccc7bdd5dce185657e3e349ffffdfdd authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump hosted-git-info from 2.7.1 to 2.8.9 in /js (#76)

Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.7.1 to 2.8.9.
- [Release...

7b8325de0634e914777d129976669370b464dfe0 authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump lodash from 4.17.20 to 4.17.21 in /js (#77)

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.20 to 4.17.21.
- [Release notes](htt...

32be7db7802a765f773c6dc1da0d1f83b8df5b2d authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump normalize-url from 4.5.0 to 4.5.1 in /js (#80)

Bumps [normalize-url](https://github.com/sindresorhus/normalize-url) from 4.5.0 to 4.5.1.
- [Re...

7f639ace1400bd06360022ebf5905da20d629c5a authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump glob-parent from 5.1.1 to 5.1.2 in /js (#81)

Bumps [glob-parent](https://github.com/gulpjs/glob-parent) from 5.1.1 to 5.1.2.
- [Release note...

66c28b510d28e97f7e489119c6fd4ba99821b6a1 authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump postcss from 8.2.4 to 8.3.4 in /js (#82)

Bumps [postcss](https://github.com/postcss/postcss) from 8.2.4 to 8.3.4.
- [Release notes](http...

8fd69375ea0e388aa6a75f8337e308f8eb4dfd2a authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #84 from RoboStack/dependabot/npm_and_yarn/js/socket.io-parser-3.3.2

2af6fb46dbffe48031b5b6ed2b1d15117e771c72 authored over 3 years ago by Wolf Vollprecht <[email protected]>
Bump socket.io-parser from 3.3.0 to 3.3.2 in /js

Bumps [socket.io-parser](https://github.com/socketio/socket.io-parser) from 3.3.0 to 3.3.2.
- [R...

aa947b9d8d69a70940ee52ffb8b98498fab849c2 authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #83 from RoboStack/readme-conda

Readme: Use conda to install

2f4b5252699e7f5a24f7eed9ce39248f68884b46 authored over 3 years ago by Wolf Vollprecht <[email protected]>
Readme: Use conda to install

e3506815b78304a511ae7ee5ea4a8071c90d8711 authored over 3 years ago by Tobias Fischer <[email protected]>
Merge pull request #74 from RoboStack/restore_notebook

10511d6bf881ec8505e0c8807790dbcabb0d163b authored over 3 years ago by Wolf Vollprecht <[email protected]>
add install.json for jupyterlab

723789343230ef1c05286804b9b04bef447c8cc8 authored over 3 years ago by Wolf Vollprecht <[email protected]>
release 0.5.0, restore notebook functionality

3ae37b4b836f3fc926a3b60725fae7798168060d authored over 3 years ago by Wolf Vollprecht <[email protected]>
Merge pull request #71 from RoboStack/dependabot/npm_and_yarn/js/jquery-3.5.1

Bump jquery from 3.4.1 to 3.5.1 in /js

a6afef5ff2825bcc91552f2a7989e0da92f86595 authored over 3 years ago by Wolf Vollprecht <[email protected]>
Merge pull request #67 from RoboStack/dependabot/npm_and_yarn/js/node-fetch-2.6.1

Bump node-fetch from 2.6.0 to 2.6.1 in /js

de169905dbb4e0937cc70ffd5b151de5f5afb770 authored over 3 years ago by Wolf Vollprecht <[email protected]>
Merge pull request #73 from RoboStack/fix-rospkg

Fix envs if JUPYROS_DEFAULT_WS is not specified

df58793eb68a29475d19aaf54c0a4c3cc8f9f8e4 authored over 3 years ago by Wolf Vollprecht <[email protected]>
Fix envs if JUPYROS_DEFAULT_WS is not specified

851c45acf66a2f1a30993baf8c6f330d7e5068ca authored over 3 years ago by Tobias Fischer <[email protected]>
release 0.4.1

4a7a6824f3306d4c2cd4a6b47843d3f49d237a8a authored almost 4 years ago by Wolf Vollprecht <[email protected]>
change how we generate defaults.js

7563cd7d17ca80343a5e2b676462bf400e16c01f authored almost 4 years ago by Wolf Vollprecht <[email protected]>
release 0.4.0

383cfe927e2b979071503eaab4d05548101314af authored almost 4 years ago by Wolf Vollprecht <[email protected]>
Bump node-fetch from 2.6.0 to 2.6.1 in /js

Bumps [node-fetch](https://github.com/bitinn/node-fetch) from 2.6.0 to 2.6.1.
- [Release notes](...

100c42369e90a2c56bfac497cbc4aad200e9e521 authored almost 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump jquery from 3.4.1 to 3.5.1 in /js

Bumps [jquery](https://github.com/jquery/jquery) from 3.4.1 to 3.5.1.
- [Release notes](https://...

b6010adc474c0bf4c07934ec3525b88ddfadb928 authored almost 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #70 from RoboStack/lab-3

94f8e577f3901bf8f4771e889603c67ed8ed68a6 authored almost 4 years ago by Wolf Vollprecht <[email protected]>
fix webpack dependency

8bfb3eb8a91b1f9fde0856ed1508b545bd702c74 authored almost 4 years ago by Wolf Vollprecht <[email protected]>
lab 3 update

5d5693272b36a76864aaf2176ebf7ba5068b115b authored almost 4 years ago by Carlos Herrero <[email protected]>
Merge pull request #65 from Tobias-Fischer/patch-1

Fix #62 (proper git clone repo)

7bbe6c4b231646dc4920c9ae026a6932e9c62d87 authored over 4 years ago by Wolf Vollprecht <[email protected]>
Fix #62 (proper git clone repo)

8778af849851f7c4fd1639261343465ace66e2ce authored over 4 years ago by Tobias Fischer <[email protected]>
fix rtd build

a292e995f6b6baaae020b214551cb2b0a1bfc858 authored almost 5 years ago by Wolf Vollprecht <[email protected]>
fix build of rtd

cbf1d79adb23ca24af5a32b3299501c0993f310d authored almost 5 years ago by Wolf Vollprecht <[email protected]>
fix build of rtd

bd9ab10e14d77cdddced755c24f3cd1925eb9b48 authored almost 5 years ago by Wolf Vollprecht <[email protected]>
fix build of rtd

918f5bb81a235270af98357d3729cc2493d1951b authored almost 5 years ago by Wolf Vollprecht <[email protected]>
Merge pull request #54 from wolfv/rtd

add read the docs

39db7c7881673e6b8054fc6e2a50a9e170234c82 authored almost 5 years ago by Wolf Vollprecht <[email protected]>
add read the docs

25324239ff0a413ecf14aa68bb04e21cd4d2485f authored almost 5 years ago by Wolf Vollprecht <[email protected]>
Merge pull request #52 from wolfv/add_docs

add docs

1ec1bad7bd7c1633e4bc8806ad95a32aa58f77e4 authored almost 5 years ago by Wolf Vollprecht <[email protected]>
further document everything

d7004a5f07432dee1962df7b74de79415f69e746 authored almost 5 years ago by Wolf Vollprecht <[email protected]>
add docs

f03351796a92339b3911fd2c04cd95e969c65865 authored about 5 years ago by Wolf Vollprecht <[email protected]>
Merge pull request #51 from frankjoshua/patch-1

Added instructions for ipywidgets install for jupyterlab

93774378e498b07ba3ffb1cf905fcc58c728d0d1 authored about 5 years ago by Wolf Vollprecht <[email protected]>
Added instructions for ipywidgets install for jupyterlab

7e63a2876cb49ac4c494aa9ac8302784c96c8f4a authored about 5 years ago by Joshua Frank <[email protected]>
release 0.3.0

b08f2ceccba0eb1d4b06032883ddc99eb0719544 authored about 5 years ago by Wolf Vollprecht <[email protected]>
Merge pull request #50 from wolfv/add_rate_hostname

Add rate hostname

493e47625062d4fe633bbc7e915a0ae7cf2616ef authored about 5 years ago by Wolf Vollprecht <[email protected]>
add some hostname magic

bdee191c9d3f235680e37a04c7a885ab8debffe3 authored about 5 years ago by Wolf Vollprecht <[email protected]>
fix rate

0d56ecc15602bcd0868528410218293e1be2c77b authored about 5 years ago by Wolf Vollprecht <[email protected]>
Merge pull request #49 from wolfv/add_license

add bsd 3 license

30ab1c0094d630260ce661126370b089168ede35 authored about 5 years ago by Wolf Vollprecht <[email protected]>
add bsd 3 license

b27fe2ea3529abeeaf7bbe079a297235209f9358 authored about 5 years ago by Wolf Vollprecht <[email protected]>
Merge pull request #48 from RoboStack/change_default_float_to_text

use int and float text instead of slider, add label width

a8a71cd86fcae0556ef0506b555041e446ad6062 authored about 5 years ago by Wolf Vollprecht <[email protected]>
use int and float text instead of slider, add label width

2f561cad3aab1c33f932d2d6ed4364dc308d1af4 authored about 5 years ago by Wolf Vollprecht <[email protected]>
Merge pull request #47 from wolfv/improve_subscriber

Improve subscriber

8b06dade42898a7c7156b40def6ddbef7b006587 authored about 5 years ago by Wolf Vollprecht <[email protected]>
improve renewed subscription

3744976a890ebc15e3bd6466688fe5c7421831f3 authored about 5 years ago by Wolf Vollprecht <[email protected]>
add JUPYROS_DEFAULT_WS

70e0333909090027b74175e5fd94b059b31ad642 authored about 5 years ago by Wolf Vollprecht <[email protected]>
allow semicolon seperated ROS search paths

ef9ff88d8251e3ab910c721e2a1b7fb133fb8957 authored about 5 years ago by Wolf Vollprecht <[email protected]>
update examples and javascript

7dfb97bfc2e9e595c81a7a38f2196c26e424be3a authored about 5 years ago by Wolf Vollprecht <[email protected]>
Merge pull request #39 from rubenanapu/r-env-vars

Added support for environment variables JUPYROS_WEBSOCKET_URL and JUPYROS_ASSETS_URL so that Jup...

6007d9ef6843b677d41d3a44c381efe9ed32f910 authored about 5 years ago by Wolf Vollprecht <[email protected]>
Merge pull request #40 from wolfv/add_rospkg_server_extension

add rospkg server extension

d290aadb875624b3286056951f6976b26bb993fd authored about 5 years ago by Wolf Vollprecht <[email protected]>
Merge pull request #30 from VasavanThiru/join_state

Demo with Join state

6e583b188a589647db7641bfd921b3915b39a2f9 authored about 5 years ago by Wolf Vollprecht <[email protected]>
add rospkg server extension

3bc56247bb571833136330a1c867017e076f4a09 authored about 5 years ago by Wolf Vollprecht <[email protected]>