A VIM Interface for TaskWarrior
A geometry processing library for Grasshopper (for Rhino)
MAS-dfab/test-assign-xarthurx 0
test-assign-xarthurx created by GitHub Classroom
xarthurx/better-code-runtime-polymorphism 0
Git walk through of the C++ code presented in Sean Parent's talk "Better Code: Runtime Polymorphism"
Useful CMake Examples
Robotic fabrication package for the COMPAS Framework
Example Goals for use with the Kangaroo2 solver
Simple C++ geometry processing library.
xarthurx/Programmers_Computational_Geometry 0
Programmer's Computational Geometry
xarthurx/UnblockNeteaseMusic 0
Revive unavailable songs for Netease Cloud Music
issue closedcompas-dev/compas_fab
Swinburne workshop preparation
Robotic Fabrication with COMPAS FAB at Swinburne (June 15-17), remote.
Tasks:
- [x] Prepare repository workshop materials
- [ ] Prepare URDF for robot cell
- [x] Send out pre-req email
closed time in 2 hours
gonzalocasasissue closedcompas-dev/compas_fab
Add GH component for ROS topic publish and subscribe
As a user of compas_fab in Grasshopper with a ROS backend, I would like to be able to publish and subscribe to topics using the brand new GH components, because it would make a very common tasks much easier and faster to use.
closed time in 2 hours
gonzalocasaspush eventgramaziokohler/compas_mobile_robot_reloc
commit sha f7ca81ced429350c0458d7d154ba151892d40e82
Deploy to GitHub pages
push time in a day
delete branch gramaziokohler/compas_mobile_robot_reloc
delete branch : dependabot/pip/compas-gte-0.17.2-and-lt-1.8
delete time in a day
push eventgramaziokohler/compas_mobile_robot_reloc
commit sha 433e5059a3d84e1110916895adf9f3ff84d0995a
Update compas requirement from <1.6,>=0.17.2 to >=0.17.2,<1.8 Updates the requirements on [compas](https://github.com/compas-dev/compas) to permit the latest version. - [Release notes](https://github.com/compas-dev/compas/releases) - [Changelog](https://github.com/compas-dev/compas/blob/main/CHANGELOG.md) - [Commits](https://github.com/compas-dev/compas/compare/v0.17.2...v1.7.1) --- updated-dependencies: - dependency-name: compas dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
commit sha 394db7d09afc252ee0fe2c06b55660771ef359a1
Merge pull request #22 from gramaziokohler/dependabot/pip/compas-gte-0.17.2-and-lt-1.8 Update compas requirement from <1.6,>=0.17.2 to >=0.17.2,<1.8
push time in a day
PR merged gramaziokohler/compas_mobile_robot_reloc
Updates the requirements on compas to permit the latest version. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/compas-dev/compas/releases">compas's releases</a>.</em></p> <blockquote> <h2>COMPAS 1.7.1</h2> <h3>Added</h3> <h3>Changed</h3> <ul> <li>Fixed bundling of ghuser components</li> </ul> <h3>Removed</h3> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/compas-dev/compas/blob/main/CHANGELOG.md">compas's changelog</a>.</em></p> <blockquote> <h2>[1.7.1] 2021-06-14</h2> <h3>Added</h3> <h3>Changed</h3> <ul> <li>Fixed bundling of ghuser components</li> </ul> <h3>Removed</h3> <h2>[1.7.0] 2021-06-14</h2> <h3>Added</h3> <ul> <li>Added pluggable function <code>trimesh_gaussian_curvature</code> in <code>compas_rhino</code>.</li> <li>Added pluggable function <code>trimesh_mean_curvature</code> in <code>compas_rhino</code>.</li> <li>Added pluggable function <code>trimesh_principal_curvature</code> in <code>compas_rhino</code>.</li> <li>Added <code>copy</code> and <code>deepcopy</code> functionality to <code>compas.robots.Configuration</code>.</li> <li>Added grasshopper component for drawing a frame.</li> <li>Added <code>draw_origin</code> and <code>draw_axes</code></li> </ul> <h3>Changed</h3> <ul> <li>Allow str or int as joint type in <code>compas.robots.Joint</code> constructor.</li> <li><code>compas_ghpython.artists.FrameArtist.draw</code> now draws a Rhino Plane.</li> <li>Fixed bugs in <code>compas.geometry.bestfit_circle_numpy</code>.</li> <li>Changed directory where ghuser components are installed.</li> <li>Added ghuser components directory to those removed by the <code>clean</code> task.</li> <li>Clean up the ghuser directory before building ghuser components.</li> <li>Fixed bug in <code>compas.geometry.distance.closest_point_on_segment_xy</code>.</li> <li>Fixed bug in Rhino implementations of <code>trimesh</code> curvature functions.</li> </ul> <h3>Removed</h3> <h2>[1.6.3] 2021-05-26</h2> <h3>Added</h3> <ul> <li>Added <code>compas.topology.astar_lightest_path</code>.</li> <li>Added jsonschema definitions for primitives and transformations.</li> <li>Added schema implementation to primitives and transformations.</li> <li>Added jsonschema implementation to primitives and transformations.</li> <li>Added <code>compas.data.is_int3</code>, <code>compas.data.is_float3</code>, <code>compas_data.is_float4x4</code>.</li> </ul> <h3>Changed</h3> <ul> <li>Extended <code>compas.topology.astar_shortest_path</code> to work on <code>compas.datastructures.Mesh</code> and <code>compas.datastructures.Network</code>.</li> <li>Fixed <code>compas.data.Data.to_jsonstring</code>.</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/compas-dev/compas/commit/9874fc8ca00d93015224af68acb5b74bc5398f58"><code>9874fc8</code></a> Bump version to 1.7.1</li> <li><a href="https://github.com/compas-dev/compas/commit/533e55fd75aab1bc9e96e43b751801ef92b57b5f"><code>533e55f</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/compas-dev/compas/issues/863">#863</a> from compas-dev/fix_ghuser_bundling</li> <li><a href="https://github.com/compas-dev/compas/commit/5964e1077daada76847b3aa7cc0a9208861782eb"><code>5964e10</code></a> Fix bundling of GH user components</li> <li><a href="https://github.com/compas-dev/compas/commit/c454af5e67a7b800036af2ac81d9d43cd7f49d1f"><code>c454af5</code></a> Prepare changelog for next release</li> <li><a href="https://github.com/compas-dev/compas/commit/8b020402d56b9e2119dff452342c03f9e8ca9779"><code>8b02040</code></a> Bump version to 1.7.0</li> <li><a href="https://github.com/compas-dev/compas/commit/fc2ba04fdda8f6abe16551f6513704fbeb7a9f9b"><code>fc2ba04</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/compas-dev/compas/issues/860">#860</a> from compas-dev/fix-trimesh-curvature-input</li> <li><a href="https://github.com/compas-dev/compas/commit/db51dc95a5a156899d41432dbd757d8f306cbf3b"><code>db51dc9</code></a> remove for loops</li> <li><a href="https://github.com/compas-dev/compas/commit/c68bd78f62bd5d9472e9ae2c47b4cca6f3ce3406"><code>c68bd78</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/compas-dev/compas/issues/856">#856</a> from swsglobal/fix_closest_point_on_segment_xy</li> <li><a href="https://github.com/compas-dev/compas/commit/ce63b8936605ccb74e06f5dd6e48e3e3afd462c3"><code>ce63b89</code></a> tests: add more tests for closest_point_segment_xy</li> <li><a href="https://github.com/compas-dev/compas/commit/aef77465a7bf7edc02e3eb27932e6cdb8f85f538"><code>aef7746</code></a> fix closest_point_on_segment_xy</li> <li>Additional commits viewable in <a href="https://github.com/compas-dev/compas/compare/v0.17.2...v1.7.1">compare view</a></li> </ul> </details> <br />
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
<details> <summary>Dependabot commands and options</summary> <br />
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
</details>
pr closed time in a day
push eventgramaziokohler/compas_mobile_robot_reloc
commit sha 4a5e592333b81c7089a3538dc1a241391e12ac44
Deploy to GitHub pages
push time in a day
push eventgramaziokohler/compas_mobile_robot_reloc
commit sha 6a46a43ce43a9ea1c440484edae871194df68773
doc->docs..
push time in a day
push eventgramaziokohler/compas_mobile_robot_reloc
commit sha 54d40aa22ff3a39147a80f0c44e7733bfecb271f
Missed a squiggly
push time in a day
push eventgramaziokohler/compas_mobile_robot_reloc
commit sha 5b0cbd0ae4beb7e6af26dbf0ff3496fb6958e4d2
Split out publish docs and use changelog for release
commit sha 9802c7cace81e71751a2b1b254fb031db26bea9e
Updating pre-commit-hooks
push time in a day
push eventgramaziokohler/compas_mobile_robot_reloc
commit sha 40e44280801abed56ae8e9261dac4c8800f7f456
Update test_measurement_point.py
commit sha 6b077fdbe1cc7b9505d0249fb2b3de02515f787f
Update IPY workflow based on compas workflow
commit sha dadac0ce8587b32dd9170ed6d05e7cc42689b999
Install compas from tarball in ipy test
commit sha 433e5059a3d84e1110916895adf9f3ff84d0995a
Update compas requirement from <1.6,>=0.17.2 to >=0.17.2,<1.8 Updates the requirements on [compas](https://github.com/compas-dev/compas) to permit the latest version. - [Release notes](https://github.com/compas-dev/compas/releases) - [Changelog](https://github.com/compas-dev/compas/blob/main/CHANGELOG.md) - [Commits](https://github.com/compas-dev/compas/compare/v0.17.2...v1.7.1) --- updated-dependencies: - dependency-name: compas dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
push time in a day
pull request commentgramaziokohler/compas_mobile_robot_reloc
Update compas requirement from <1.6,>=0.17.2 to >=0.17.2,<1.8
@dependabot rebase
comment created time in a day
push eventgramaziokohler/compas_mobile_robot_reloc
commit sha b535bb20cf98d57f216dc614340b7cb8097836af
Deploy to GitHub pages
push time in a day
push eventgramaziokohler/compas_mobile_robot_reloc
commit sha dadac0ce8587b32dd9170ed6d05e7cc42689b999
Install compas from tarball in ipy test
push time in a day
PR closed gramaziokohler/compas_mobile_robot_reloc
Updates the requirements on compas to permit the latest version. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/compas-dev/compas/releases">compas's releases</a>.</em></p> <blockquote> <h2>COMPAS 1.6.2</h2> <h3>Added</h3> <h3>Changed</h3> <h3>Removed</h3> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/compas-dev/compas/blob/main/CHANGELOG.md">compas's changelog</a>.</em></p> <blockquote> <h2>[1.6.2] 2021-05-12</h2> <h3>Added</h3> <h3>Changed</h3> <h3>Removed</h3> <h2>[1.6.1] 2021-05-12</h2> <h3>Added</h3> <h3>Changed</h3> <h3>Removed</h3> <h2>[1.6.0] 2021-05-12</h2> <h3>Added</h3> <ul> <li>Added infrastructure for building Grasshopper components for compas packages.</li> <li>Added first Grasshopper component: COMPAS Info.</li> <li>Added Grasshopper components for JSON serialization.</li> <li>Added <code>compas_rhino.utilities.set_object_attributes</code>.</li> <li>Added <code>from_jsonstring</code> and <code>to_jsonstring</code>.</li> </ul> <h3>Changed</h3> <ul> <li>Moved json dump and load to data package.</li> <li>Changed parameters and return value of <code>compas_rhino.utilities.get_object_attributes</code>.</li> <li>Removed <code>doctest</code> execution code from src.</li> <li>Removed <code>if name == 'main'</code> section from src.</li> <li>Optimized the conversion of Rhino Meshes to COMPAS meshes.</li> <li>Fix issue with GH User symlink created as directory symlink on some cases.</li> </ul> <h3>Removed</h3> <h2>[1.5.0] 2021-04-20</h2> <h3>Added</h3> <ul> <li>Added support for file-like objects, path strings and URLs to most of the methods previously accepting only file paths, eg. <code>compas.datastructures.Datastructure</code>, <code>compas.json_dump</code>, <code>compas.json_load</code>, etc.</li> <li>Added <code>pretty</code> parameter to <code>compas.json_dump</code> and <code>compas.json_dumps</code>.</li> <li>Added <code>compas.data.Data</code> as base object for all data objects (geometry, data structures, ...).</li> </ul> <h3>Changed</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/compas-dev/compas/commit/92902e173a83c1a32476275949314452188a2525"><code>92902e1</code></a> Bump version to 1.6.2</li> <li><a href="https://github.com/compas-dev/compas/commit/9f50de63b5f6d2a7219f6056913be204520bb753"><code>9f50de6</code></a> Adding wheel to the dev requirements</li> <li><a href="https://github.com/compas-dev/compas/commit/0c358789c574a250caf793a7075870a98d3c7eb9"><code>0c35878</code></a> Prepare changelog for next release</li> <li><a href="https://github.com/compas-dev/compas/commit/362c437d8f8b6b361bd61561e1ff4242529f6a63"><code>362c437</code></a> Bump version to 1.6.1</li> <li><a href="https://github.com/compas-dev/compas/commit/057dcb37966733768acbff610b9d0dbf33b3fcbf"><code>057dcb3</code></a> Fix release workflow syntax 🤦♂️</li> <li><a href="https://github.com/compas-dev/compas/commit/1a5850fef1c1dc494bc3ba205daacc70d4df9296"><code>1a5850f</code></a> Prepare changelog for next release</li> <li><a href="https://github.com/compas-dev/compas/commit/c6c173a4e2dec74b6f4e2bbe44a63aedc66ded6e"><code>c6c173a</code></a> Bump version to 1.6.0</li> <li><a href="https://github.com/compas-dev/compas/commit/d2c265aad6ded87acffcffa52e8c1fbf6c1973f3"><code>d2c265a</code></a> prep for release</li> <li><a href="https://github.com/compas-dev/compas/commit/77f23a3570ceb02ccc2300e88280f7218ef4e201"><code>77f23a3</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/compas-dev/compas/issues/828">#828</a> from compas-dev/ghcomponents_json</li> <li><a href="https://github.com/compas-dev/compas/commit/49ab5f9a7d9fe7ccf45a463a7817152666f7adbb"><code>49ab5f9</code></a> Update input/output parameter names</li> <li>Additional commits viewable in <a href="https://github.com/compas-dev/compas/compare/v0.17.2...v1.6.2">compare view</a></li> </ul> </details> <br />
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
<details> <summary>Dependabot commands and options</summary> <br />
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
</details>
pr closed time in 3 days
delete branch gramaziokohler/compas_mobile_robot_reloc
delete branch : dependabot/pip/compas-gte-0.17.2-and-lt-1.7
delete time in 3 days
pull request commentgramaziokohler/compas_mobile_robot_reloc
Update compas requirement from <1.6,>=0.17.2 to >=0.17.2,<1.7
Superseded by #22.
comment created time in 3 days
create barnchgramaziokohler/compas_mobile_robot_reloc
branch : dependabot/pip/compas-gte-0.17.2-and-lt-1.8
created branch time in 3 days
PR opened gramaziokohler/compas_mobile_robot_reloc
Updates the requirements on compas to permit the latest version. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/compas-dev/compas/releases">compas's releases</a>.</em></p> <blockquote> <h2>COMPAS 1.7.1</h2> <h3>Added</h3> <h3>Changed</h3> <ul> <li>Fixed bundling of ghuser components</li> </ul> <h3>Removed</h3> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/compas-dev/compas/blob/main/CHANGELOG.md">compas's changelog</a>.</em></p> <blockquote> <h2>[1.7.1] 2021-06-14</h2> <h3>Added</h3> <h3>Changed</h3> <ul> <li>Fixed bundling of ghuser components</li> </ul> <h3>Removed</h3> <h2>[1.7.0] 2021-06-14</h2> <h3>Added</h3> <ul> <li>Added pluggable function <code>trimesh_gaussian_curvature</code> in <code>compas_rhino</code>.</li> <li>Added pluggable function <code>trimesh_mean_curvature</code> in <code>compas_rhino</code>.</li> <li>Added pluggable function <code>trimesh_principal_curvature</code> in <code>compas_rhino</code>.</li> <li>Added <code>copy</code> and <code>deepcopy</code> functionality to <code>compas.robots.Configuration</code>.</li> <li>Added grasshopper component for drawing a frame.</li> <li>Added <code>draw_origin</code> and <code>draw_axes</code></li> </ul> <h3>Changed</h3> <ul> <li>Allow str or int as joint type in <code>compas.robots.Joint</code> constructor.</li> <li><code>compas_ghpython.artists.FrameArtist.draw</code> now draws a Rhino Plane.</li> <li>Fixed bugs in <code>compas.geometry.bestfit_circle_numpy</code>.</li> <li>Changed directory where ghuser components are installed.</li> <li>Added ghuser components directory to those removed by the <code>clean</code> task.</li> <li>Clean up the ghuser directory before building ghuser components.</li> <li>Fixed bug in <code>compas.geometry.distance.closest_point_on_segment_xy</code>.</li> <li>Fixed bug in Rhino implementations of <code>trimesh</code> curvature functions.</li> </ul> <h3>Removed</h3> <h2>[1.6.3] 2021-05-26</h2> <h3>Added</h3> <ul> <li>Added <code>compas.topology.astar_lightest_path</code>.</li> <li>Added jsonschema definitions for primitives and transformations.</li> <li>Added schema implementation to primitives and transformations.</li> <li>Added jsonschema implementation to primitives and transformations.</li> <li>Added <code>compas.data.is_int3</code>, <code>compas.data.is_float3</code>, <code>compas_data.is_float4x4</code>.</li> </ul> <h3>Changed</h3> <ul> <li>Extended <code>compas.topology.astar_shortest_path</code> to work on <code>compas.datastructures.Mesh</code> and <code>compas.datastructures.Network</code>.</li> <li>Fixed <code>compas.data.Data.to_jsonstring</code>.</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/compas-dev/compas/commit/9874fc8ca00d93015224af68acb5b74bc5398f58"><code>9874fc8</code></a> Bump version to 1.7.1</li> <li><a href="https://github.com/compas-dev/compas/commit/533e55fd75aab1bc9e96e43b751801ef92b57b5f"><code>533e55f</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/compas-dev/compas/issues/863">#863</a> from compas-dev/fix_ghuser_bundling</li> <li><a href="https://github.com/compas-dev/compas/commit/5964e1077daada76847b3aa7cc0a9208861782eb"><code>5964e10</code></a> Fix bundling of GH user components</li> <li><a href="https://github.com/compas-dev/compas/commit/c454af5e67a7b800036af2ac81d9d43cd7f49d1f"><code>c454af5</code></a> Prepare changelog for next release</li> <li><a href="https://github.com/compas-dev/compas/commit/8b020402d56b9e2119dff452342c03f9e8ca9779"><code>8b02040</code></a> Bump version to 1.7.0</li> <li><a href="https://github.com/compas-dev/compas/commit/fc2ba04fdda8f6abe16551f6513704fbeb7a9f9b"><code>fc2ba04</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/compas-dev/compas/issues/860">#860</a> from compas-dev/fix-trimesh-curvature-input</li> <li><a href="https://github.com/compas-dev/compas/commit/db51dc95a5a156899d41432dbd757d8f306cbf3b"><code>db51dc9</code></a> remove for loops</li> <li><a href="https://github.com/compas-dev/compas/commit/c68bd78f62bd5d9472e9ae2c47b4cca6f3ce3406"><code>c68bd78</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/compas-dev/compas/issues/856">#856</a> from swsglobal/fix_closest_point_on_segment_xy</li> <li><a href="https://github.com/compas-dev/compas/commit/ce63b8936605ccb74e06f5dd6e48e3e3afd462c3"><code>ce63b89</code></a> tests: add more tests for closest_point_segment_xy</li> <li><a href="https://github.com/compas-dev/compas/commit/aef77465a7bf7edc02e3eb27932e6cdb8f85f538"><code>aef7746</code></a> fix closest_point_on_segment_xy</li> <li>Additional commits viewable in <a href="https://github.com/compas-dev/compas/compare/v0.17.2...v1.7.1">compare view</a></li> </ul> </details> <br />
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
<details> <summary>Dependabot commands and options</summary> <br />
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
</details>
pr created time in 3 days
push eventgramaziokohler/gramaziokohler.github.io
commit sha 3d2e461b53c0d8a41a8b58f18011aa6e438970c8
Deploy to GitHub pages
push time in 4 days
issue commentcompas-dev/compas_fab
Kinematics solver: implementations via MoveIt / OpenRave / V-REP / IK-Fast / Trac-IK / KDL / etc
yay!! looking forward! 👍
comment created time in 4 days
issue commentcompas-dev/compas_fab
Kinematics solver: implementations via MoveIt / OpenRave / V-REP / IK-Fast / Trac-IK / KDL / etc
@gonzalocasas thanks for the elegant example. I'm messing about with a tesseract, of ROS-Industrial fame
tesseract includes a KDL IK solver & FCL collision detection ( which was what build upon in the good ol' Odico days ), but most of all, implements the trajopt algorithm, and also the descartes ROS-I planner
I'll hit you with a draft PR when there's something worth sharing.
The fact that compas_fab supports a generic PlannerInterface is highly encouraging 💎
comment created time in 4 days
issue commentcompas-dev/compas_fab
Add instructions for ROS install via conda-forge
I realize that I already said that before, but now we've tested it and are sure it works, I was aiming at adding it to the docs these sprint, but perhaps it slips to the next one in a week or two.
comment created time in 4 days
issue commentcompas-dev/compas_fab
Add instructions for ROS install via conda-forge
@jf--- actually, it is already very viable. Internally, some projects have been running with that for a couple of months now, we will add docs for it to the main documentation in the short term! ;)
comment created time in 4 days
push eventgramaziokohler/gramaziokohler.github.io
commit sha 55966c47c04e5cdbb4707bb36d09ca5ae6bcaf41
Deploy to GitHub pages
push time in 4 days
issue commentcompas-dev/compas_fab
Add instructions for ROS install via conda-forge
@gonzalocasas any thoughts on what bar the conda ROS install would need to meet, to be considered a viable alternative to docker?
comment created time in 4 days
push eventcompas-dev/compas_fab
commit sha 951dbfa1ce3aa1d0070393e2c211e2751ad6512c
Fix release task for bundling ghuser components
commit sha 679e026e100c924ac93b84f00a8c81acd2478cd0
Bump version to 0.19.1
commit sha 53a053ea5e37ceecd08442cae58722634cf24079
Prepare changelog for next release
push time in 4 days