Snorre Søvold

Results 11 comments of Snorre Søvold

Yes i was thinking of maybe adding it sometime after lunch, how is the process of cotributing to the project?

Made a simple example just to test if everything is correct. Does this look good to you @MatthijsBurgh ? #587

If this looks correct then I'll add a few more examples today, but I don't know how many, I'll probably then continue to add some as i find them

Just found this project as well. https://github.com/pantor/ros-control-center This can be used as e good example for using angular.

I'm having some troubles with importing ros2d even with all the hoops you laid out, i also can't run `npm -i https://github.com/smhylc/ros2djs` when importing ros2d and following your guide i...

Yeah I did but it doesn't work, i have made sure i followed all the steps, I am using Typescript, could that be a problem?

`TS2307: Cannot find module 'ros2d' or its corresponding type declarations. `

I'm not using angular, I'm using react. `npm install --save @types/ros2djs` returns ` npm ERR! code E404 npm ERR! 404 Not Found - GET https://registry.npmjs.org/@types%2fros2djs - Not found npm ERR!...

Import statement looks like this `import * as ROS2D from 'ros2d'` returns this `ERROR in ./src/pages/Visualization.tsx 6:0-31 Module not found: Error: Can't resolve 'ros2d' in '/home/snorresovold/PFA/pfa-app-frontend/src/pages'`

After using your library i get the same ROS2D error, btw you should edit your post. It says `npm -i https://github.com/smhylc/ros2djs` should say `npm i https://github.com/smhylc/ros2djs`